home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / message.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  2.2 KB  |  96 lines

  1. @charset "utf-8";
  2. /* Stylesheet for Opera-generated messages*/
  3. /* Copyright 2008 Opera Software */
  4. @media tv {html {font-size: 150%;}}
  5. @media screen, projection, tv, speech {
  6. html {
  7.     font-family: sans-serif;
  8.     color: hsl(0,0%,22%);
  9.     background-color: hsl(0,0%,93%);
  10.     margin: 0 auto 10px;
  11.     border-width: 0 1px;
  12.     border-color: hsl(0,0%,57%);
  13.     border-style: solid;
  14.     max-width: 600px;
  15.     voice-family: female;
  16. }
  17. body {
  18.     color: inherit;
  19.     background-color: hsl(0,0%,96%);
  20.     margin: 0;
  21. }
  22. h1 {
  23.     font-family: sans-serif;    
  24.     font-size: 130%;
  25.     text-align: right;
  26.     letter-spacing: -1px;
  27.     color: hsl(0,0%,29%);
  28.     background-image: url(images/top.png);
  29.     background-repeat: repeat-x;
  30.     padding: 20px 10px 15px 5em;
  31.     margin: 0;
  32.     border-bottom: 1px solid hsl(0,0%,57%);
  33.     min-height: 25px;
  34. }
  35. html[dir="rtl"] h1 {
  36.     text-align: left;
  37.     letter-spacing: normal;
  38.     padding: 20px 5em 15px 10px;
  39. }
  40. a {
  41.     color: hsl(0,0%,29%);
  42.     background-color: transparent;
  43.     
  44. }
  45. a:hover {
  46.     color: black;
  47.     background: transparent;
  48. }
  49. p {
  50.     font-size: 83%;
  51.     -o-text-overflow: ellipsis;
  52.     margin: 20px 10px;
  53.     overflow: hidden;
  54.     display: block;
  55. }
  56. address {
  57.     font-size: 70%;
  58.     font-style: normal;
  59.     background-color: hsl(0,0%,98%);
  60.     background-image: url(images/center.png);
  61.     background-repeat: repeat-x;
  62.     background-position: left bottom;
  63.     padding: 3px 3px 5px;
  64.     border-top: 1px solid hsl(0,0%,57%);
  65. }}
  66. @media screen and (max-width: 350px), projection and (max-width: 350px), tv and (max-width: 350px) {
  67.     h1 {
  68.         text-align: center;
  69.         background-position: 0 -2px;
  70.         padding: 20px 10px 7px;
  71.         min-height: 0;
  72.     }
  73. }
  74. @media screen and (max-width: 300px), projection and (max-width: 300px), tv and (max-width: 300px) {
  75.     h1 {
  76.         font-size: 100%;
  77.         padding: 15px 5px 7px;
  78.     }
  79. }
  80. @media screen and (max-width: 250px), projection and (max-width: 250px), tv and (max-width: 250px) {
  81.     h1 {font-size: 83%;}
  82. }
  83. @media all and (min-width: 1025px) {html {max-width: 700px;}}
  84. @media all and (min-width: 1281px) {html {max-width: 800px;}}
  85. @media all and (min-width: 1601px) {html {max-width: 900px;}}
  86. @media print {
  87.     * {border: none;}
  88.     h1 {
  89.         font-size: 13pt;
  90.         font-weight: bold;
  91.         page-break-before: avoid;
  92.         page-break-after: avoid;
  93.     }
  94. }
  95.  
  96.